home *** CD-ROM | disk | FTP | other *** search
- /* _dict.c 14/04/96 23.56.26 */
- /* base64.c 16/07/96 01.22.14 */
- void base64_decode (char *dst, const char *bufcoded);
- /* buttons.c 02/06/96 16.34.14 */
- /* checkbox.c 23/07/96 00.01.58 */
- /* checklist.c 28/12/95 01.26.46 */
- int dialog_checklist (const char *title,
- const char *prompt,
- const char *helpfile,
- int ,
- int item_no,
- char **items,
- char *status);
- /* checklist1.c 19/06/95 22.37.02 */
- int dialog_checklist_p (const char *title,
- const char *prompt,
- const char *helpfile,
- int list_height,
- int item_no,
- char **items);
- /* cmdsock.c 12/05/96 00.14.12 */
- void logevent (const char *fmt, ...);
- void logdebug (int level, const char *fmt, ...);
- /* def.c 30/03/96 00.21.00 */
- /* diaetc.c 24/03/96 20.49.38 */
- void dialog_end (void);
- void init_dialog (void);
- void color_setup (void);
- void attr_clear (WINDOW *win, int height, int width, chtype attr);
- void print_button (WINDOW *win,
- const char *label,
- int y,
- int x,
- int selected);
- void draw_box (WINDOW *win,
- int y,
- int x,
- int height,
- int width,
- chtype box,
- chtype border_light,
- chtype border_shadow);
- void draw_shadow (WINDOW *, int , int , int , int);
- /* dialog.c 02/06/96 16.48.12 */
- void dialog_clear (void);
- /* fcombo.c 27/08/95 13.02.36 */
- /* fcombom.c 15/12/95 23.50.02 */
- /* field.c 22/07/96 23.57.44 */
- /* fldnum.c 22/07/96 23.58.54 */
- /* fstrhelp.c 05/10/95 23.38.10 */
- /* ftitle.c 19/07/96 11.04.24 */
- /* html.c 23/07/96 00.03.18 */
- const char *html_getval (const char *key);
- const char *html_getoldval (const char *key);
- void html_defvar (const char *type,
- const char *name,
- const char *value,
- const char *opt);
- void html_defvar (const char *type,
- const char *name,
- int value,
- const char *opt);
- void html_defvarcur (const char *name, const char *value);
- void html_defvarcur (const char *name, int value);
- void html_printf (const char *ctl, ...);
- void html_flush (void);
- void html_sethost (const char *_hostname, int _port);
- void html_setaref (const char *key, const char *text);
- void html_formatkey (char *key, const char *ctl, ...);
- void html_needpasswd (void);
- void html_forgetdialog (DIALOG *dia);
- void html_setpopup (void);
- int html_get (int _debug, HELP_FILE&intro);
- /* inputbox.c 07/11/95 23.34.36 */
- MENU_STATUS dialog_inputbox (const char *title,
- const char *prompt,
- const char *helpfile,
- char inpstr[MAX_LEN+1]);
- MENU_STATUS dialog_inputpass (const char *title,
- const char *prompt,
- const char *helpfile,
- char inpstr[MAX_LEN+1]);
- /* internal.c 05/10/95 23.26.44 */
- /* kbd.c 09/03/96 23.28.14 */
- void dialog_settimeout (int nbsec, MENU_STATUS retcod, bool rearm);
- void dialog_starttimeout (void);
- int dialog_getcurtimeout (void);
- int dialog_wgetch (WINDOW *w, MENU_STATUS&timeout_button);
- /* main.c 04/12/95 00.07.50 */
- /* menubox.c 19/07/96 11.33.34 */
- MENU_STATUS dialog_menu (const char *title,
- const char *prompt,
- const char *helpfile,
- int options,
- int item_no,
- char **items,
- int &sel);
- /* msgbox.c 02/06/96 23.26.46 */
- int dialog_msgbox (const char *title,
- const char *prompt,
- const char *icon);
- /* multi.c 18/06/96 01.05.26 */
- int dialog_textsize (const char *txt, int *width);
- WINDOW *dialog_openwin (int height, int width);
- void dialog_draw (WINDOW *dialog,
- const char *title,
- const char *intro,
- int height,
- int width);
- void dialog_setmode (DIALOG_MODE mode);
- /* radio.c 22/07/96 23.54.12 */
- /* rc.c 28/12/95 01.26.18 */
- void create_rc (char *filename);
- int parse_rc (void);
- /* term.c 01/06/96 13.06.18 */
- /* textbox.c 31/07/96 22.20.42 */
- void textbox_expandtab (const char *src, char *dst, int maxsiz);
- MENU_STATUS dialog_textbox (const char *title, const char *file);
- MENU_STATUS dialog_textbox (const char *title, const SSTRINGS&strs);
- /* varval.c 22/07/96 21.29.38 */
- HTML_VARVAL *varval_get (const char *key);
- /* yesno.c 03/08/95 22.25.26 */
- MENU_STATUS dialog_yesno (const char *title,
- const char *prompt,
- const char *helpfile);
-